home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / maximus / usrstmax.zip / README.DOC < prev    next >
Text File  |  1994-05-24  |  2KB  |  33 lines

  1.  
  2.  Additional Information for adapting USRSTATS to Maximus:
  3.  
  4.  Most of the information you need is in the USRSTATS.BAT and USRSTATS.MEC
  5.  files.  You have to use the DisplayFile command in your MENUS.CTL to
  6.  call the compiled USRSTATS.MEC.  It will take care of telling the caller
  7.  what is going on, and it will call USRSTATS.BAT via an [Extern_Dos].
  8.  
  9.  The parameters for the USRSTAT.EXE program let you designate your port
  10.  (COM1=0, COM2=1, etc), and, very important, the character that will let
  11.  the program get the attention of the modem and return it to command mode
  12.  (the modem's S2 setting - 043 by default, but it would be wise to change
  13.  it to another character, like a Bell (007) for BBS operation).  The last
  14.  parameter is optional; if omitted, the modem stats will be written in
  15.  USRSTAT.DAT; to use another name, include a file name after the other
  16.  two parameters (with a path if you wish).
  17.  
  18.  Technical note: the program does not let you control the length of time
  19.  to wait after the Escape sequence has been sent to the modem.  It is a
  20.  good idea not to set S12 to a value greater than about 60, or the
  21.  pogram may not give the modem enough time to go to command mode.
  22.  
  23.  Also note that USRSTAT.EXE will *only* work if a Fossil with a Locked
  24.  Baud Rate is running.
  25.  
  26.  The documentation that goes with the formatting program (USRSTAT2) and
  27.  the way to interface to PCBOARD are all in the original ZIP file.  The
  28.  USRSTATS.BAT file calls USRSTAT2 in "command mode", so all the options
  29.  described in the USRSTATS.DOC file for "command mode operation" may be
  30.  used in USRSTATS.BAT.  The file USRSTATS.PPE is not needed for interfacing
  31.  to Maximus.
  32.  
  33.